Mini ML

نویسندگان

  • Wolfgang Naraschewski
  • Tobias Nipkow
چکیده

This theory defines the type inference rules and the type inference algorithm W for MiniML (simply-typed lambda terms with let) due to Milner. It proves the soundness and completeness of W w.r.t. the rules. A report describing the theory is found in [1] and [2]. 1 Universal error monad theory Maybe imports Main begin definition option_bind :: "[’a option, ’a => ’b option] => ’b option" where "option_bind m f = (case m of None => None | Some r => f r)" syntax "_option_bind" :: "[pttrns,’a option,’b] => ’c" ("(_ := _;//_)" 0) translations "P := E; F" == "CONST option_bind E (%P. F)" — constructor laws for option_bind lemma option_bind_Some: "option_bind (Some s) f = (f s)" by (simp add: option_bind_def) lemma option_bind_None: "option_bind None f = None" by (simp add: option_bind_def) declare option_bind_Some [simp] option_bind_None [simp] — expansion of option_bind lemma split_option_bind: "P(option_bind res f) = ((res = None --> P None) & (!s. res = Some s --> P(f s)))" unfolding option_bind_def by (rule option.split) lemma option_bind_eq_None [simp]: "((option_bind m f) = None) = ((m=None) | (? p. m = Some p & f p = None))"

برای دانلود متن کامل این مقاله و بیش از 32 میلیون مقاله دیگر ابتدا ثبت نام کنید

ثبت نام

اگر عضو سایت هستید لطفا وارد حساب کاربری خود شوید

منابع مشابه

An actively mixed mini-bioreactor for protein production from suspended animal cells.

Biopharmaceutical production would benefit from rapid methods to optimize production of therapeutic proteins by screening host cell line/vector combination, culture media, and operational parameters such as timing of induction. Miniaturized bioreactors are an emerging research area aiming at improving the development speed. In this work, a 3 mm thick mini-bioreactor including two 12 mm wide cul...

متن کامل

Effect of solvent flow rate in mini-column testing of 99mTc-mertiatide.

OBJECTIVE The recommended method for radiochemical purity testing of 99mTc-mertiatide involves the use of a C-18 solid-phase mini-column cartridge. The mertiatide package insert states that the solvents should be "pushed through the cartridge slowly," but a flow rate is not specified. The mini-column cartridge instruction sheet recommends flow rates of 5-10 and 2-10 mL/min for conditioning and ...

متن کامل

Blood Loss in the Minimally Invasive Posterior Approach to Total Hip Arthroplasty: A Comparative Study

AIMS Our primary aim was to evaluate whether there is really less bleeding in patients for whom the minimally invasive posterior approach is used in comparison with the direct lateral approach for primary total hip arthroplasty. Our secondary aim was to evaluate the clinical functional results after six months as well as the postoperative radiographic result. METHODS In a comparative non-rand...

متن کامل

Dynamic Surface Activity of a Fully Synthetic Phospholipase-Resistant Lipid/Peptide Lung Surfactant

BACKGROUND This study examines the surface activity and resistance to phospholipase degradation of a fully-synthetic lung surfactant containing a novel diether phosphonolipid (DEPN-8) plus a 34 amino acid peptide (Mini-B) related to native surfactant protein (SP)-B. Activity studies used adsorption, pulsating bubble, and captive bubble methods to assess a range of surface behaviors, supplemente...

متن کامل

Endoscopic versus mini-invasive radial artery graft harvesting for purposes of aortocoronary bypass.

The aim of the study was to compare three different methods of radial artery harvesting with regard to postoperative complications and perioperative stress of the patient. A total of 60 patients admitted for coronary artery bypass surgery were randomized into three groups. Each patient underwent extraction of radial artery, all performed by a single surgeon. The radial artery was harvested by o...

متن کامل

Mini-Open Approach for Direct Lateral Lumbar Interbody Fusion

STUDY DESIGN Retrospective analysis. PURPOSES To introduce the mini-open lateral approach for the anterior lumbar interbody fusion (ALIF), and to investigate the advantages, technical pitfalls and complications by providing basic knowledge on extreme lateral interbody fusion (XLIF) or direct lumbar interbody fusion (DLIF). OVERVIEW OF LITERATURE Recently, minimally invasive lateral approach...

متن کامل

ذخیره در منابع من


  با ذخیره ی این منبع در منابع من، دسترسی به آن را برای استفاده های بعدی آسان تر کنید

برای دانلود متن کامل این مقاله و بیش از 32 میلیون مقاله دیگر ابتدا ثبت نام کنید

ثبت نام

اگر عضو سایت هستید لطفا وارد حساب کاربری خود شوید

عنوان ژورنال:
  • Archive of Formal Proofs

دوره 2004  شماره 

صفحات  -

تاریخ انتشار 2004